home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000824-20010305 / 000166_news@columbia.edu _Fri Dec 29 16:42:36 2000.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from watsun.cc.columbia.edu (watsun.cc.columbia.edu [128.59.39.2])
  3.     by monire.cc.columbia.edu (8.9.3/8.9.3) with ESMTP id QAA27520
  4.     for <kermit.misc@cpunix.cc.columbia.edu>; Fri, 29 Dec 2000 16:42:36 -0500 (EST)
  5. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  6.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id QAA23647
  7.     for <kermit.misc@watsun.cc.columbia.edu>; Fri, 29 Dec 2000 16:42:35 -0500 (EST)
  8. Received: (from news@localhost)
  9.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id QAA17519
  10.     for kermit.misc@watsun.cc.columbia.edu; Fri, 29 Dec 2000 16:42:13 -0500 (EST)
  11. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  12. From: Andrew Gierth <andrew@erlenstar.demon.co.uk>
  13. Subject: Re: Converting struct tm to time_t
  14. Date: 29 Dec 2000 21:22:10 +0000
  15. Organization: disorganised
  16. Message-ID: <87snn6q5x9.fsf@erlenstar.demon.co.uk>
  17. To: kermit.misc@columbia.edu
  18.  
  19. >>>>> "Derek" == Derek M Flynn <dmf@cs.uchicago.edu> writes:
  20.  
  21.  > Andrew Gierth wrote:
  22.  >> at least some systems have a timegm() function which is the UTC
  23.  >> equivalent of mktime(). For those that don't, the straightforward
  24.  >> calculation method is probably sufficient, though an alternative
  25.  >> might be to do putenv("TZ=GMT0"); and then use mktime()....
  26.  
  27.  Derek> Don't forget to call tzset() after putenv and before mktime
  28.  
  29. SUS sez this is not needed, but I think I recall some older systems
  30. where it was necessary.
  31.  
  32. -- 
  33. Andrew.
  34.  
  35. comp.unix.programmer FAQ: see <URL: http://www.erlenstar.demon.co.uk/unix/>
  36.                            or <URL: http://www.whitefang.com/unix/>